From: Krinkle Date: Mon, 21 Feb 2011 21:24:09 +0000 (+0000) Subject: Add missing to mw.config X-Git-Tag: 1.31.0-rc.0~31837 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=e12336c2696fe2f441803bca6f07bd34167ca6c1;p=lhc%2Fweb%2Fwiklou.git Add missing to mw.config --- diff --git a/includes/resourceloader/ResourceLoaderStartUpModule.php b/includes/resourceloader/ResourceLoaderStartUpModule.php index 5b69037228..8b374a9146 100644 --- a/includes/resourceloader/ResourceLoaderStartUpModule.php +++ b/includes/resourceloader/ResourceLoaderStartUpModule.php @@ -37,7 +37,7 @@ class ResourceLoaderStartUpModule extends ResourceLoaderModule { $wgArticlePath, $wgScriptPath, $wgServer, $wgContLang, $wgVariantArticlePath, $wgActionPaths, $wgUseAjax, $wgVersion, $wgEnableAPI, $wgEnableWriteAPI, $wgDBname, $wgEnableMWSuggest, - $wgSitename, $wgFileExtensions, $wgExtensionAssetsPath; + $wgSitename, $wgFileExtensions, $wgExtensionAssetsPath, $wgProto; // Pre-process information $separatorTransTable = $wgContLang->separatorTransformTable(); @@ -86,6 +86,7 @@ class ResourceLoaderStartUpModule extends ResourceLoaderModule { 'wgFileCanRotate' => BitmapHandler::canRotate(), 'wgAvailableSkins' => Skin::getSkinNames(), 'wgExtensionAssetsPath' => $wgExtensionAssetsPath, + 'wgProto' => $wgProto, ); if ( $wgUseAjax && $wgEnableMWSuggest ) { $vars['wgMWSuggestTemplate'] = SearchEngine::getMWSuggestTemplate();